home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu549.dms / pu549.adf / HDinstall < prev    next >
Text File  |  1992-03-11  |  3KB  |  118 lines

  1. .k path
  2. .bra    {
  3. .ket    }
  4.  
  5. if "{path}" eq ""
  6.     echo " "
  7.     echo "                    The Buddy System For Imagine 2.0"
  8.     echo "                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "
  9.     echo "                          Harddrive Installation"
  10.     echo " "
  11.     echo "     You must specify a destination for the Buddy System files:"
  12.     echo " "
  13.     echo "    This procedure will install the Buddy System within a selected"
  14.     echo "    harddrive partition or drawer. "
  15.      echo " "
  16.     echo "         1. Click once on the HDinstall icon with the Left Button."
  17.     echo "         2. Hold down the SHIFT key."
  18.     echo "         3. Double-Click on the Imagine drawer icon on your"
  19.     echo "            harddrive (The Buddy System must be installed in the"
  20.     echo "            same drawer as Imagine."
  21.     echo " "
  22.     ask  "                        Press RETURN to continue..."
  23.     endcli >nil:
  24. endif
  25.  
  26. alias bold  echo "*E[1m" NOLINE
  27. alias ital  echo "*E[3m" NOLINE
  28. alias norm  echo "*E[0m" 
  29.  
  30. echo " "
  31. echo "                      The Buddy System For Imagine 2.0"
  32. echo "                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "
  33. echo "                            Harddrive Installation"
  34. echo " "
  35. echo "        This procedure will automatically install the Buddy System"
  36. echo "        files and directories onto your Harddrive. The Buddy System"
  37. echo "        MUST be installed in the same drawer as Imagine 2.0."
  38. echo "        You will need 1.5 Megabytes of free space for installation."
  39. echo "        You have chosen to install The Buddy System into:"
  40. echo " "
  41. echo "                         " NOLINE
  42. bold
  43. echo {path} NOLINE
  44. norm
  45. echo " "
  46. ask  "                 Press RETURN to exit or enter Y to proceed "
  47. if not warn
  48.     echo "Goodbye..."
  49.     endcli > nil:
  50. endif
  51.  
  52. echo " "
  53.  
  54.  
  55. cd "{path}"
  56.  
  57. bold
  58. echo "                           Installing DISK 1..."
  59. norm
  60. echo " "
  61.  
  62. ital
  63. copy BSI_1:BuddySystem to BuddySystem ALL
  64. copy BSI_1:BuddySystem.info to "{path}"
  65. norm
  66.  
  67. ;install appropriate Harddrive BSDP4 icon
  68. bold
  69. echo  "  Are you using the Floating Point (FP) version of Imagine?"
  70. ask   "  ENTER Y or N:"
  71. if warn
  72.     copy BuddySystem/Icons/HDFP_Imagine.info to BuddySystem/BSI.info
  73. else
  74.     copy BuddySystem/Icons/HD_Imagine.info to BuddySystem/BSI.info
  75. endif
  76. norm
  77.  
  78. bold
  79. echo "                           Installing DISK 2..."
  80. norm
  81. echo " "
  82.  
  83. ital
  84. copy BSI_2:Standard to BuddySystem/Standard ALL
  85. copy BSI_2:Settings to BuddySystem/Settings ALL
  86. norm
  87.  
  88. if GE WARN
  89.      bold
  90.     echo "              There were errors during the Installation!"
  91.      norm
  92. endif
  93.  
  94. echo " "
  95. echo " "
  96. echo " "
  97. echo " "
  98. echo " "
  99. echo " "
  100. bold
  101. echo "                            Installation Completed!"
  102. norm
  103. echo " "
  104. echo " "
  105. echo "         Open the BuddySystem drawer within your Imagine drawer."
  106. echo "         Then double-click the Buddy System program icon, BSI."
  107. echo "         In the Buddy System, you can select a menu item, or you can"
  108. echo "         press the Help key twice to display the index of topics."
  109. echo " "
  110. echo "         Make sure you read the Instructions & Getting Started Topics."
  111. echo " "
  112. echo "                                      ENJOY!"
  113. echo " "
  114.  
  115. ask  "                            Press RETURN to proceed..."
  116.  
  117. endcli >NIL:
  118.